home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 October / The Sunday Times - The Month 2004-10.iso / pc / assets / bespoke / kids / power.swf / scripts / frame_11 / DoAction.as
Text File  |  2004-09-02  |  250b  |  18 lines

  1. function showNext()
  2. {
  3.    if(popsLeft < popList.length)
  4.    {
  5.       popList[pcount]._visible = true;
  6.       popsLeft++;
  7.       pcount++;
  8.    }
  9.    else
  10.    {
  11.       gotoAndPlay(15);
  12.    }
  13. }
  14. sfx[0].start();
  15. showNext();
  16. showNext();
  17. showNext();
  18.